Skip to content

Parse Astro code fences as JS #1386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 19, 2025
Merged

Parse Astro code fences as JS #1386

merged 4 commits into from
Jun 19, 2025

Conversation

thecrypticace
Copy link
Contributor

@thecrypticace thecrypticace commented May 27, 2025

Fixes #1385

@thecrypticace thecrypticace force-pushed the fix/astro-code-fences branch from 8ab4c5a to 9de977f Compare June 16, 2025 21:30
@thecrypticace thecrypticace force-pushed the fix/astro-code-fences branch from 9de977f to 2f12d51 Compare June 16, 2025 21:33
@thecrypticace thecrypticace changed the title wip: Parse astro code fences as JS Parse Astro code fences as JS Jun 16, 2025
@thecrypticace thecrypticace marked this pull request as ready for review June 18, 2025 20:08
Copy link
Member

@RobinMalfait RobinMalfait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few small things, but looks good!

…ries.test.ts

Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
@thecrypticace thecrypticace merged commit 4dd521a into main Jun 19, 2025
12 checks passed
@thecrypticace thecrypticace deleted the fix/astro-code-fences branch June 19, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Astro code fence blocks are not treated as JS making classFunctions not work
2 participants